home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / fractualuniverse / formulas / maze.form < prev    next >
Text File  |  1995-12-30  |  171b  |  26 lines

  1. Maze
  2. {
  3.     {
  4.         x1=-700000.0
  5.         x2= 100000.0
  6.         y1=-380000.0
  7.         y2= 380000.0
  8.     }
  9.     {
  10.         z=pixel
  11.         c=pixel
  12.         w=abs(z)
  13.     }
  14.     {
  15.         z=z*z
  16.         z=z+c
  17.         v=w*w
  18.         w=abs(z)
  19.     }
  20.     {
  21.         w>v
  22.     }
  23.     {
  24.     }
  25. }
  26.